Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddMatrix Method / AddMatrix(String[,]) Method
The array of cell texts.

In This Topic
    AddMatrix(String[,]) Method
    In This Topic
    Adds a new OMathMatrix to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Overloads Function AddMatrix( _
       ByVal cellsText(,) As System.String _
    ) As OMathMatrix
    public OMathMatrix AddMatrix( 
       System.string[,] cellsText
    )

    Parameters

    cellsText
    The array of cell texts.

    Return Value

    The added OMathMatrix instance.
    See Also